home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / B-C / C++ FAQ Reference 1.0.sit / C++ FAQ Reference 1.0.rsrc / STR#_143.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  393 b   |  13 lines

  1. How can I call a C function 'f()' from C++ code?
  2.  
  3. How can I create a C++ function 'f()' that is callable by my C code?
  4.  
  5. Why's the linker giving errors for C/C++ fns being called from C++/C fns?
  6.  
  7. How can I pass an object of a C++ class to/from a C function?
  8.  
  9. Can my C function access data in an object of a C++ class?
  10.  
  11. Why do I feel like I'm 'further from the machine' in C++ as opposed to C?
  12.  
  13.